Skip to content

ReactiveMultiPage class

Defined in

Namespace: ReactiveUI.XamForms Assembly: ReactiveUI.XamForms.dll Full name: ReactiveUI.XamForms.ReactiveMultiPage<T1, T2> Modifiers: public abstract

Summary

View source

This is an MultiPage that is also an IViewFor.

Applies to

netstandard2.0

Class hierarchy
classDiagram
class ReactiveMultiPage~T1,T2~
class MultiPage~TPage~
MultiPage~TPage~ <|-- ReactiveMultiPage~T1,T2~
class IViewFor~TViewModel~ {
    <>
}
IViewFor~TViewModel~ <|.. ReactiveMultiPage~T1,T2~
class IViewFor {
    <>
}
IViewFor <|.. ReactiveMultiPage~T1,T2~
class IActivatableView {
    <>
}
IActivatableView <|.. ReactiveMultiPage~T1,T2~

Inherits from: MultiPage<TPage>

Implements: IViewFor<TViewModel>, IViewFor, IActivatableView

Constructors

NameSummary
.ctor

Properties

NameSummary
ViewModelGets or sets the ViewModel to display.

Fields

NameSummary
static ViewModelPropertyThe view model bindable property.

Methods

NameSummary
OnBindingContextChangedInvoked whenever the binding context of the Page changes. Override this method to add class handling for this event.
Inherited members

See also